- associative table
- tablica asocjacyjna
English-Polish dictionary of Electronics and Computer Science. 2013.
English-Polish dictionary of Electronics and Computer Science. 2013.
Associative array — In computer science, an associative array (also called a map or a dictionary) is an abstract data type composed of a collection of (key,value) pairs, such that each possible key appears at most once in the collection. Operations associated with… … Wikipedia
Table des symboles — Une table de symboles est une centralisation des informations rattachées aux identificateurs d un programme informatique. C est une fonction accélératrice de compilation, dont l efficacité dépend de la conception. Dans une table des symboles, on… … Wikipédia en Français
Associative Entities — An associative entity is an element of the Entity relationship model. The database relational model doesn t offer direct support to many to many relationships, even though such relationships happen frequently in normal usage. The solution to this … Wikipedia
Associative agnosia — People with associative agnosia fail in assigning meaning to an object, animal or building that they can see clearly. Most cases have injury to the occipital and temporal lobes and the critical site of injury appears to be in the left occipito… … Wikipedia
Table associative — Tableau associatif En informatique, un tableau associatif (aussi appelé dictionnaire ou table d association) est un type de données associant à un ensemble de clefs un ensemble correspondant de valeurs. Ces ensembles sont bien entendu finis.… … Wikipédia en Français
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Advanced Load Address Table — The Advanced Load Address Table (ALAT) is a functional unit in the Intel Itanium processor architecture. It is implemented with an associative memory. The ALAT is used to store information related to advance load instructions, as part of the… … Wikipedia
Lookup table — In computer science, a lookup table is a data structure, usually an array or associative array, often used to replace a runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since … Wikipedia
Junction table — In database management systems following the relational model, a junction table is a table that contains common fields from two or more tables. It is on the many side of a one to many relationship with each of the other tables. Junction tables… … Wikipedia
Cayley table — A Cayley table, after the 19th century British mathematician Arthur Cayley, describes the structure of a finite group by arranging all the possible products of all the group s elements in a square table reminiscent of an addition or… … Wikipedia